home *** CD-ROM | disk | FTP | other *** search
/ PC Media 22 / PC MEDIA CD22.iso / share / prog / txtmenu1 / txtmenu.cfg < prev    next >
INI File  |  1993-01-01  |  608b  |  24 lines

  1. [SOUND]
  2. DELAY = 30000
  3. RATE = 200
  4.  
  5. [TITLE]     //2 lines
  6. Western Michigan University, Hello, every one
  7. I am Yongyong Xu
  8.  
  9. [MENUS]
  10. #Format is Text, Comment, No return Value.
  11. #Value is numbered from 1,2,3,............
  12. #Including menudefault 1=first. 0 is not used!
  13. # OK?
  14. # 20 is most size!
  15.  
  16. MENUITEM ="HELLO"      "User_Manuals,_System_Requirements_etc."
  17. MENUITEM ="PREFACE"     "Something_about_Programs"
  18. MENUITEM ="INSTALL"     "INSTALL1"
  19. MENUITEM ="QUIT"        "Good Bye, See you Later"
  20.  
  21. # first value = which menu.
  22. # second value = wait how many seconds ( < 60 ) !
  23. MENUDEFAULT = 1 20
  24.